You can see from the output in Listing 2 that you open the debugger, set a breakpoint in the calc_diff() function by specifying it by name, and then run the program within the debugger, supplying the same arguments as you would on the command line. 通过清单2中的输出可以看出,我们打开了调试器,通过指定名称在calcdiff()函数中设置了一个断点,然后在调试器中运行程序,提供与命令行相同的参数。
Now that we have set a breakpoint, let's make it pop by following these steps 现在,我们已经设置了一个断点,可以按照以下步骤到达该断点
First, set a breakpoint at the call to the greet() in the main() method by double-clicking ( not single-clicking like JBuilder) in the left margin. 首先,双击(不是JBuilder中的单击)左边的边框,在main()方法调用greet()的地方设置断点。
You can now set a breakpoint in that Java code by double-clicking on the left column on the appropriate line. 现在您可以通过双击相应行左栏来在该Java代码中设置中断点。
First, set a breakpoint in main() System. out. println() by double-clicking in the gray margin on the left side of the editor view, next to the call to System. out. println(). 首先双击编辑器视图左端的灰色边沿,从而在调用System.out.println()之后的main()System.out.println()中设置一个断点。
Double-click to set the breakpoint. 双击以设置断点(也请参阅图3)。
This breakpoint type is also created when you set a breakpoint from the source view in disassembly or mixed modes. 当您从单独或者混合模式下的源视图中设置一个中断点,也可以创建一个中断点类型。
To see what's going on in main() we can set a breakpoint at a particular line or on a function in the program code so gdb will interrupt execution when it is reached. 为了查看在main()中发生了什么情况,可以在程序代码中的某一特定行或函数中设置断点,这样gdb会在遇到断点时中断执行。
If you want to set a breakpoint at a particular line, the table gives you the memory address to store the breakpoint instruction. 如果希望在某个特定行设置一个断点,那么该表给出了用于存储断点指令的内存地址。
Simply set a breakpoint on your point of interest, hit the Restart program button, and run the program until your breakpoint is hit. 在您感兴趣的点上简单地设置一个中断点,您只须点击Restartprogram按钮,并运行程序,直到达到中断点为止。
The variables specified in the condition must be in scope at whatever line you set the breakpoint on, otherwise the expression wouldn't make sense! 条件中指定的变量必须在设置了断点的行中,否则表达式就没有什么意义!
In fact, you can set a breakpoint at purify_stop_here ( as explained earlier in the "Using Purify with the debugger" section) for Purify to stop at every error ( or message). 事实上,您可以为Purify在purifystophere设置一个观察点(正如先前所阐述的那样,在“使用带有调试器的Purify”部分),在每次运到错误的时候停止(或者消息)。
If the application had forms, you could set a breakpoint at the form handler and view the incoming parameters. 如果应用程序包含表单,那么可以在表单处理函数上设置断点并查看输入的参数。
To debug the code you have to set a breakpoint first. 要调试代码必须先设置断点。
Another option for debugging is to set a breakpoint on the XSL transformation primitive in the Mediation Flow Editor. 另一个调试选项是在MediationFlowEditor中对XSL转换原语设置断点。
You then set a breakpoint by clicking in the gutter in the left-hand margin and launch the application using the debugger. 然后,在左边的空白处点击以设置断点,并使用调试器启动应用程序。
This is silly, because I should still be able to set a breakpoint based on the instruction address. 这是愚蠢的,因为我仍然可以设置的指令地址的一个断点。
You can easily copy the memory address of the desired function, paste it into your debugger, and set a breakpoint for this memory address. 您可以轻松地复制所需要的功能的内存地址,粘贴到您的调试器,并为这个内存地址断点。
You can use the script Explorer window to open a document and set a breakpoint inside the script code. 您可以使用“脚本资源管理器”窗口打开文档,并在脚本代码内部设置断点。
Set breakpoint at given line in file ( default current file). 在档案中指定行设定中断点(内定为现用档案)。
Go back to the source code of Capitalize, and set a breakpoint on the first line. 回到了大写的源代码,并设置在第一行一个断点。
ADX debugger in the use of the process and how to set up breakpoint in the observation of variables, each familiar with the function keys. 在运用ADX调试器时如何设置中断点和观察变量,熟悉每个功能键。
Set a breakpoint on the new query and then start debugging to step through the function. 在新查询中设置断点,然后开始单步调试函数。
Your next step is to set a breakpoint in the managed code to prepare for attaching the managed debugger. 下一步是在托管代码中设置断点以准备附加托管调试器。
In this example, we set the breakpoint in the line System. out. println(" This is a test.");. 在这个例子中,我们在DE>System.out.println(“Thisisatest.”);DE>这行中设置断点。
IntelliSense could not find the specified location. Do you still want to set the breakpoint? 智能感知无法找到指定位置。仍要设置断点吗?
Set this breakpoint again and another one by typing break myproc in the GUD buffer, and look at the breakpoints buffer. 再设置刚才说的断点,在GUDbuffer中输入breakmyproc来设置另一个断点,现在看看breakpoints(断点)buffer。
You can also set a breakpoint on your Code Activity. 您还可以设置在你的代码活动一个断点。
An initial stopping location was not found in the program. To stop during program execution, first set a breakpoint and then start running the program. 程序中没有找到初始停止位置。要在程序执行过程中停止,需要设置断点后再开始运行程序。